home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / Tools / Text-Viewer / MSWordView / mswordview_src / utf.h < prev   
Encoding:
Text File  |  1999-11-06  |  330 b   |  9 lines

  1. /*
  2.     the our_* routines are implementations for the corresponding library
  3.     routines. for a while, i tried to actually name them wctomb etc
  4.     but stopped that after i found a system which made wchar_t an
  5.     unsigned char.
  6. */
  7. int our_wctomb(char *s, unsigned long wc);
  8. int our_mbtowc(unsigned long *p, char *s, unsigned n);
  9.